home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / engclock_v7.0.lha / EngClock_v7.0 / EngClock7_Source / speak.c < prev    next >
C/C++ Source or Header  |  1995-12-20  |  88b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. extern short talk(char *text);
  4.  
  5. main() {
  6.     talk("/HEH4LOW WER4LD");
  7. }